ComponentOne Basic Library for WPF and Silverlight
C1DelegateCommand Constructor(Action<Object>)


C1.WPF Namespace > C1DelegateCommand Class > C1DelegateCommand Constructor : C1DelegateCommand Constructor(Action<Object>)
The execute delegate.
Initializes a new instance of the C1DelegateCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal execute As System.Action(Of Object) _
)
'Usage
 
Dim execute As System.Action(Of Object)
 
Dim instance As New C1DelegateCommand(execute)
public C1DelegateCommand( 
   System.Action<object> execute
)

Parameters

execute
The execute delegate.
See Also

Reference

C1DelegateCommand Class
C1DelegateCommand Members
Overload List